home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 May: Technology Seed
/
Mac Tech Seed May '96
/
Mac Tech Seed May '96.toast
/
mac
/
QuickDraw 3D 1.1 DR2
/
MacOS
/
QuickDraw™ 3D 1.0.6F4 SDK
/
Samples
/
SampleCode
/
GeometryTest
/
GTFile.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-02
|
186 b
|
11 lines
|
[
TEXT/MPCC
]
#ifndef _GTFILE_H_
#define _GTFILE_H_
#include "GTSupport.h"
OSErr HandleNewCommand( void ) ;
OSErr HandleOpenCommand( void ) ;
void HandleCloseWindow( WindowPtr theWindow ) ;
#endif